<!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
<stack>
<name>in</name>
<id>-1</id>
<cardCount>4</cardCount>
<cardID>5233</cardID>
<listID>2268</listID>
<cantModify><false /></cantModify>
<cantDelete><false /></cantDelete>
<cantAbort><false /></cantAbort>
<cardSize>
<width>512</width>
<height>342</height>
</cardSize>
<script>on openStackhide menuBarhide msgshow cd fld "instructions" of cd 1repeat 5if the mouseClick then exit repeatset the highlight of cd btn 1 to trueif the shiftKey is down then exit repeatwait 30set the highlight of cd btn 1 to falseif the shiftKey is down then exit repeatwait 30end repeatset the highlight of cd btn 1 to falsehide cd fld "instructions" of cd 1end openStackon checkSizeif the diskSpace > 2*(the size of this stack) and the freeSize of ¬this stack > 0 thenput " -- Compacting Stack --"doMenu "Compact Stack"elseif the diskSpace < 2*(the size of this stack) and the freeSize of ¬this stack > 0 thenput " -- You need more disk space to Compact Stack --"alertwait 5 secend ifend ifend checkSizeon closeCardif the visible of bg btn "Click HERE to End Editing" is true thenotherend ifend closeCard</script>